The Imagick class
PHP Manual

Imagick::implodeImage

(PECL imagick 2.0.0)

Imagick::implodeImageCreates a new image as a copy

Descripción

bool Imagick::implodeImage ( float $radius )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.

Lista de parámetros

radius

The radius of the implode

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual